home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 501-525 / disk_517 / aequipot / source / readme < prev    next >
Text File  |  1992-05-06  |  999b  |  24 lines

  1. To compile the program, you have to link two other libs to your 'PCQ.lib'.
  2. First this is the file 'lreqglue.o' in the subdirectory 'obj' of the
  3. 'req.library'-package (Fish 419).
  4. From the 'ILBM.library'-package (Fish 463) we first must build the file
  5. 'ILBMInterface.o'. From the subdirectory 'ASM' we copy 'IFF.i' and from the
  6. subdirectory 'C' we copy 'ILBInterface.asm' to our subdirectory, where we
  7. run 'A68K'. Now we compile the file 'ILBMInterface.asm':
  8.  
  9. A68K ILBMInterface.asm ILBMInterface.o
  10.  
  11. We copy 'ILBMInterface.o' and 'lreqglue.o' to the subdirectory which
  12. contains the 'PCQ.lib' (mostly it's in the PCQ-Input-Directory). Now we
  13. put together the old 'PCQ.lib' and the new files:
  14.  
  15. RENAME PCQ.lib TO PCQ.oldlib
  16.  
  17. JOIN PCQ.oldlib ILBMInterface.o lreqglue.o TO PCQ.lib
  18.  
  19. And now we can use the new libraries (don't forget the corresponding
  20. include-files). Sorry, but not every function you can find in the two
  21. libraries are supported by my two include-files.
  22.  
  23. Written by J.Matern June 29, 1991.
  24.